cancelWorkflow

Cancel a workflow in progress

Format

udclient [global-args...] [global-flags...]
  cancelWorkflow [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
workflow string true ID of the workflow to cancel.

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  cancelWorkflow
  -workflow 193e892f-677d-4534-9763-ff8d005a5829

Related REST command: Cancel a workflow in progress.